home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 5 / lj_legal.zip / ESCAPE.DOC < prev    next >
Text File  |  1989-06-26  |  12KB  |  292 lines

  1. USING GRAPHIC MACROS ON A HEWLETT PACKARD LASERJET PLUS, SERIES II OR
  2. COMPATIBLE PRINTER.
  3.  
  4.  
  5. Before you can use graphic macros, you must load the images to your HP LaserJet
  6. Plus, Series II or compatible printer's memory.  This can be done by using the
  7. DOS command:
  8.           A> COPY *.MAC PRN
  9.           A> COPY *.OVR PRN
  10. These commands are included in the batch file, LOADPRTR.BAT.
  11.  
  12. This will copy the images to the printer.  These images have the following
  13. macro ids:
  14.     LTR101.OVR     Letterhead form                 101
  15.     LTR103.OVR     Second Page form                103
  16.     LTR105.OVR     Pleading form                   105
  17.     LTR099.OVR     COPY Stamp                       99
  18.     SIGNATUR.MAC   Sample Signature                  1
  19. These numbers will be referenced later in this document.
  20.  
  21. To use the Graphic Macros within your word processor or other application
  22. program, you must have the ability to insert a printer command (escape sequence)
  23. at the point where you wish the image to print.
  24.  
  25. The escape sequence remains constant for a given image.  The method of entering
  26. the escape sequence will vary depending upon what software you are using.
  27.  
  28. To print the signature, position your cursor where you want the image to appear.
  29. The escape sequence is:
  30.      <ESC>&f0s1y3x1S          print the signature at the current position
  31.  
  32. To print a page form, position yourself anywhere on the current page and
  33. enter the following escape sequence:
  34.      <ESC>&f0s101y3x1S        print the letterhead form on the current page
  35.      <ESC>&f0s103y3x1S        print the Second Page form on the current page
  36.      <ESC>&f0s105y3x1S        print the pleading form on the current page
  37.      <ESC>&f0s99y3x1S         print the COPY stamp form on the current page
  38.  
  39. To print an page automatic overlay, position yourself anywhere on the current
  40. page and enter the following escape sequence:
  41.      <ESC>&f0s101y4x1S        print the letterhead form on all pages
  42.      <ESC>&f0s103y4x1S        print the Second Page form on all pages
  43.      <ESC>&f0s105y4x1S        print the pleading form on all pages
  44.      <ESC>&f0s99y4x1S         print the COPY stamp form on all pages
  45.  
  46. Please Note: there can be only a single overlay active at a time. You
  47. cannot activate the letterhead (101) and the COPY (99) at the same
  48. time.  You can CALL both macros for a single page.  You can activate
  49. the letterhead and then CALL the COPY Stamp.
  50.  
  51. Brief instructions for various word processors follow.  Please check your word
  52. processor documentation to clarify any questions you may have.  The following
  53. represent only a single method of inserting an escape sequence in a document for
  54. each application program.  There may be other methods available for
  55. accomplishing the same thing.
  56.  
  57.  
  58.  
  59. DISPLAYWRITE 4
  60.  
  61. Displaywrite 4 will require the modification of your Printer Function Table.  If
  62. you are using a PFT supplied by IBM, the PFT may be too large to edit.  If you
  63. are using a PFT that you created yourself or received from Hewlett Packard, you
  64. will probably have no problems.
  65.  
  66. You should create a User Defined Code for each graphic macro you wish to use.
  67. Start at the Displaywrite 4 Main Menu:
  68.      9              profiles
  69.      6              revise table
  70.      ENTER          next screen
  71.      filename.PFT   name of the LaserJet printer function table
  72.      6              User-Defined Controls
  73.      #              enter a number from 1-999 for the control number/macro
  74.                     number you will use. For this example, use 1 for the
  75.                     signature and 101 for the letterhead.
  76. Enter the escape sequence in hexadecimal representation:
  77.      1B 26 66 73 31 79 33 78 31 53               print the signature or,
  78.      1B 26 66 73 31 30 31 79 33 78 31 53         print the letterhead
  79.      ENTER          to save the control code
  80.      ESC            exit from control code menu
  81.      ESC            exit from Revise Table
  82.      ENTER          end and save table
  83.      ESC            return to main menu
  84.  
  85. To use the graphic macro within your document, place the cursor where you would
  86. want the image to appear.  Then:
  87.      F8             instructions
  88.      5              User-Defined Controls
  89.      #              the number of the control code you wish to use:
  90.                     1 for the signature or 101 for the letterhead
  91.  
  92.  
  93.  
  94. MICROSOFT WORD
  95.  
  96. At the point where you would like the image to appear, enter the escape
  97. character by holding down the ALT key and entering 027 from the numeric keypad.
  98. Release the ALT key and enter the balance of the escape sequence.
  99.      ALT-027 &f0s1y3x1S (no space) to print the signature, or
  100.      ALT-027 &f0s101y3x1S (no space) to print the letterhead
  101.  
  102.  
  103.  
  104. MULTIMATE
  105.  
  106. At the point where you would like the image to appear, you must enter the escape
  107. sequence by entering each character from the numeric keypad.  Each character
  108. must be preceded by an ALT-A.
  109.  
  110. The decimal equivalent of the escape sequence is:
  111.      027 038 102 048 115 049 121 051 120 049 083         print the signature, or,
  112.      027 038 102 048 115 049 048 049 121 051 120 049 083  print the letterhead
  113.  
  114. To print the signature, you would enter the following:
  115.      ALT-A     release the ALT key
  116.      ALT-027   Hold down ALT key, enter 0 2 7 from the numeric key pad, release
  117.                the ALT key
  118.      ALT-A     release the ALT key
  119.      ALT-038   Hold down ALT key, enter 0 3 8 from the numeric key pad, release
  120.                the ALT key
  121.      ALT-A     release the ALT key
  122.      ALT-102   Hold down ALT key, enter 1 0 2 from the numeric key pad, release
  123.                the ALT key
  124.      ALT-A     release the ALT key
  125.      ALT-048   Hold down ALT key, enter 0 4 8 from the numeric key pad, release
  126.                the ALT key
  127.      etc.
  128.  
  129.  
  130.  
  131. OFFICE WRITER 5
  132. OFFICE WRITER 6
  133.  
  134. OfficeWriter allows the definition of special characters or codes to be sent to
  135. the printer which are then accessed similar to a macro.
  136.  
  137. To enter the printer commands, start from the main menu:
  138.      F5     Special Functions
  139.      F3     Special Symbols
  140.  
  141. Choose the CTRL + key combination you wish to assign the macro to. This example
  142. will use CTRL-L for the letterhead and CTRL-S for the signature.  You must enter
  143. the escape sequence using the decimal equivalents of the individual characters.
  144. The first character is the decimal equivalent of the character that will display
  145. on the screen.  Enter the control sequence as follows:
  146.  
  147.    CTRL-L   242 27 38 102 48 115 49 48 49 121 51 120 49 83 print the logo, or
  148.    CTRL-S   243 27 38 102 48 115 49 121 51 120 49 83       print the signature
  149.  
  150. At the point where you would like the image to appear, simply insert a CTRL-L to
  151. print the letterhead, or a CTRL-S to print the signature.
  152.  
  153.  
  154.  
  155. PFS:WRITE
  156. Q & A WORD PROCESSOR
  157.  
  158. At the point where you would like the image to appear, you must enter the escape
  159. sequence by entering each character as numeric digits in the following format:
  160.  
  161. The decimal equivalent of the escape sequence is:
  162.      *P 27,38,102,48,115,49,48,49,121,51,120,49,83*     print the letterhead or,
  163.      *P 27,38,102,48,115,49,121,51,120,49,83*           print the signature
  164.  
  165.  
  166.  
  167. SAMNA WORD IV
  168.  
  169. Samna Word IV allows the entering of printer control codes within a document by
  170. the use of the MARK function.  You must enter the hexadecimal values of each of
  171. the characters in the escape sequence.  The hexadecimal values of the above
  172. escape sequences are:
  173.      1B 26 66 73 31 30 31 79 33 78 31 53         print the letterhead, or,
  174.      1B 26 66 73 31 79 33 78 31 53               print signature
  175. Do NOT enter the spaces, they are for readability only.
  176.  
  177.      Place the cursor where you would like the image to appear.
  178.      Press MARK
  179.      Press E
  180.      Press ENTER to enter the escape sequence.
  181.      Enter one of the above escape sequences.
  182.  
  183.  
  184. WORDPERFECT 4.2
  185.  
  186. The way that Word Perfect sends data to the printer, requires entering a single
  187. space character immediately before the escape sequence.
  188.  
  189. To enter the escape sequence:
  190.      CTRL-F8           print format menu
  191.      A                 enter printer control codes
  192.      <27>&f0s101y3x1S  print the letterhead, or,
  193.      <27>&f0s1y3x1S    print the signature
  194.      F7                exit back to your document
  195.  
  196.  
  197.  
  198. WORDPERFECT 5.0
  199.  
  200. The way that Word Perfect sends data to the printer, requires entering a single
  201. space character immediately before the escape sequence.
  202.  
  203. To enter the escape sequence:
  204.      SHIFT-F8          format menu
  205.      4                 other formats
  206.      6                 printer functions
  207.      2                 printer commands
  208.      1                 enter a command
  209.      <27>&f0s101y3x1S  print the logo, or,
  210.      <27>&f0s2y1x1S    print the signature
  211.      F7                exit back to your document
  212.  
  213.  
  214.  
  215. WORDSTAR 2000
  216.  
  217. WordStar 2000 allows the use of printer control codes within a document by using
  218. the 'PRINT EXTRA' command.
  219.  
  220. To enter the printer commands, use the following procedure:
  221.      At the printer install menu, choose PRINT EXTRA
  222.      Enter the escape sequence:
  223.           ^[&f0s101y3x1S         print the letterhead, or,
  224.           ^[&f0s1y3x1S           print the signature
  225.      Assign a name to the PRINT EXTRA command.
  226.  
  227. When you want to invoke the image in your document, enter CTRL-P X to invoke the
  228. PRINT EXTRA feature.  Select the item you wish to include and press enter.
  229.  
  230.  
  231.  
  232. WORDSTAR 4
  233. WORDSTAR 5
  234.  
  235. WordStar allows custom print commands with the CTRL-P Q, CTRL-P W, CTRL-P E, and
  236. CTRL-P R commands.  To define these codes, enter the following in your document
  237. prior to using one of the commands.
  238.  
  239.      .XQ 1B 26 66 30 73 31 30 31 79 33 78 31 53    print the letterhead, or,
  240.      .XW 1B 26 66 30 73 31 79 33 78 31 53          print the signature
  241.  
  242. At the point where you would like the image to appear, simply insert a CTRL-P Q
  243. to print the logo, or a CTRL-P W to print the signature.
  244.  
  245.  
  246.  
  247. XyWrite 3
  248.  
  249. XyWrite allows custom print commands in a document with the use of the
  250. Print Insert Command on the command line.
  251.  
  252. At the point where you would like the image to appear, simply insert the
  253. following on the command line:
  254.  
  255.      PI <ESC>&f0s101y3x1S              print the letterhead, or,
  256.      PI <ESC>&f0s1y3x1S                print the signature
  257.  
  258.  
  259.  
  260. DBASE, FOXBASE, ETC.
  261.  
  262. Once a graphic macro is loaded in the printer's memory, it can be activated from
  263. within dBASE programs by simply "printing" the escape sequence.
  264.  
  265. For example, if you are formatting a report with the "@ xx,yy SAY" you would
  266. simply
  267.      @ xx,yy SAY CHR(27)+"&f0s101y3x1S"      print the letterhead, or,
  268.      @ xx,yy SAY CHR(27)+"&f0s1y3x1S"        print the signature
  269.  
  270.  
  271.  
  272. SPECIAL OFFER
  273.  
  274. Be the first to provide us with a description of how to use a graphic macro
  275. within a word processor not described above, and we will give you a FREE
  276. signature scan ($50.00 value).  To avoid disappointment, please call to check if
  277. we have already received the description for the word processor you wish to
  278. submit.  We will make a reservation for you that will ensure that yours will be
  279. the first.
  280.  
  281. If you send in a description of how to use a graphic macro within a word
  282. processor without making a reservation, you run the risk of duplicating
  283. something that we already have a description of.  We will offer only one free
  284. signature scan per word processor submitted.
  285.  
  286. Orbit Enterprises, Inc.
  287. PO Box 2875-B5
  288. Glen Ellyn, IL  60138
  289. Voice:          (312) 469-3405
  290. LaserStuff BBS: (312) 469-4850
  291. FAX:            (312) 469-4895
  292.